ComponentOne ASP.NET MVC Controls
OnClientDeletingRow Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : OnClientDeletingRow Property
Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
Syntax
'Declaration
 
Public Overridable Property OnClientDeletingRow As String
public virtual string OnClientDeletingRow {get; set;}
Remarks
The event handler may cancel the row deletion.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members